home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / BIGPA00.EXE / BIGpage.exe / 0 / RCDATA / TDLGADDPAGE / TDLGADDPAGE.txt
Text File  |  1998-01-08  |  1KB  |  70 lines

  1. object dlgAddPage: TdlgAddPage
  2.   Left = 387
  3.   Top = 214
  4.   ActiveControl = edURL
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Page'
  7.   ClientHeight = 97
  8.   ClientWidth = 469
  9.   Color = clNavy
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 13
  21.     Width = 97
  22.     Height = 13
  23.     Caption = 'URL of page to add:'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object btnOK: TTransparentButton
  32.     Left = 388
  33.     Top = 13
  34.     Width = 70
  35.     Height = 24
  36.     Caption = 'OK'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWhite
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     FrameStyle = fsLight
  43.     ParentFont = False
  44.     OnClick = btnOKClick
  45.   end
  46.   object btnCancel: TTransparentButton
  47.     Left = 388
  48.     Top = 41
  49.     Width = 70
  50.     Height = 24
  51.     Caption = 'Cancel'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWhite
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     FrameStyle = fsLight
  58.     ParentFont = False
  59.     OnClick = btnCancelClick
  60.   end
  61.   object edURL: TEdit
  62.     Left = 12
  63.     Top = 32
  64.     Width = 360
  65.     Height = 21
  66.     TabOrder = 0
  67.     OnChange = edURLChange
  68.   end
  69. end
  70.